Open CSV File
Command Prototype
objDataTable = CSV.Open(sPath)
Command Description
Open a CSV file, and return a data table object
Parameter Description
- Required Parameter
- sPath--The path to the CSV file to open
- return
- objDataTable--The variable used to save the output of the function call